home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earkit / mail / thor / thor25_api.lha / common / NoName.asm < prev    next >
Assembly Source File  |  1993-05-13  |  126b  |  7 lines

  1.         section text,code
  2.  
  3.         xref    _NoName                  * Name of C program to start with.
  4.  
  5.     jmp    _NoName(PC)
  6.  
  7.     END